home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib7 / v_09_01 / 9n01104c < prev    next >
Encoding:
Text File  |  1995-11-01  |  234 b   |  11 lines

  1.  
  2.         if (argc < 2) {
  3.                 tcl_error("usage: expect
  4.                           [pattern action] ...
  5.                           pattern [action]");
  6.                 return(TCL_ERROR);
  7.         }
  8.  
  9.         Listing 3
  10.  
  11.